home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / mf2rol / mt32ins.cfg < prev    next >
Text File  |  1991-04-06  |  2KB  |  53 lines

  1. # MF2ROL Sample configuration file.
  2. # All lines that begin with # are ignored.
  3. # The next two commands must always be present. They specify the instrument
  4. # bank file to be referenced during the conversion, and whether or not
  5. # percussion instruments will be used.
  6. #
  7. bankfile bnk835.bnk
  8. percussion no
  9. #
  10. # The following commands assign instruments (timbres) to the various
  11. # tracks, channels or note numbers in the MIDI file. Command syntax is:
  12. #
  13. #    assign <timbre> <track> <channel> <patch> <note> <note_offset>
  14. #
  15. # A "*" in place of a number indicates a wildcard that matches any number.
  16. # Whenever a note is to be translated, the rules are scanned from the first
  17. # to the last. The first rule that matches the given note is used to
  18. # determine the instrument assigned to that note. The parameters compared
  19. # are the <track>, <channel>, <patch> and <note>. The <note_offset> field
  20. # is optional and defaults to 0. It can be positive or negative and tells
  21. # the program to transpose any notes that match the rule by so many steps.
  22. # For example, a <note_offset> of 12 will transpose one octave higher.
  23. assign piano1   * *   0 *
  24. assign piano2   * *   1 *
  25. assign piano3   * *   2 *
  26. assign elpiano1 * *   3 *
  27. assign elpiano2 * *   4 *
  28. assign elpiano3 * *   5 *
  29. assign elpiano3 * *   6 *
  30. assign honktnk  * *   7 *
  31. assign elorgan1 * *   8 *
  32. assign elorgan1 * *   9 *
  33. assign elorgan2 * *  10 *
  34. assign elorgan2 * *  11 *
  35. assign organ1   * *  12 *
  36. assign organ2   * *  13 *
  37. assign organ3   * *  14 *
  38. assign accordn  * *  15 *
  39. assign fantapan * *  32 *
  40. assign strings1 * *  48 *
  41. assign strings2 * *  49 *
  42. assign strings2 * *  50 *
  43. assign elbass1  * *  66 *
  44. assign elbass1  * *  67 *
  45. assign flapbas  * *  68 *
  46. assign flapbas  * *  69 *
  47. assign elbass1  * *  70 *
  48. assign elbass1  * *  71 *
  49. assign piano1   * *  *  *
  50. # etc.... Hey! I don't have an MT32. If you come up with a good, complete
  51. # MT32 config file, please send me a copy. Thanks! Alejandro Kapauan.
  52.